Deal Usage API

(0 reviews)

Request Attributes

Y – Required (Must be set in the input)
O – Optional (May be sent in addition to required fields).


/deals


Method: GET

Query Parameters

dealId
offset
max

ObjectAttributeTypeRequiredPossible ValuesDescription
dealidNumberYRequired DealId
offsetNumberYThis attribute enables the pagination. Helps to fetch the records starting with specific Index value
maxNumberYControls the number of records to be retrieved per page. Max allowed value is 500 per request

/deals/{dealid}/details


Request Parameters

Method: GET

Body :

ObjectAttributeTypeRequiredPossible ValuesDescription
dealidNumberYRequired DealId
offsetNumberYThis attribute enables the pagination. Helps to fetch the records starting with specific Index value
maxNumberYControls the number of records to be retrieved per page. Max allowed value is 500 per request

/deals/{dealid}/transaction-lines


Request Parameters

Method: GET

ObjectAttributeTypeRequiredPossible ValuesDescription
dealidNumberYRequired DealId
offsetNumberYThis attribute enables the pagination. Helps to fetch the records starting with specific Index value
maxNumberYControls the number of records to be retrieved per page. Max allowed value is 500 per request
lineTypeStringYEg: dsv, pos, cisco-order, claimSupports only one value in a request call

Reviews